StopSamplingResponse

data class StopSamplingResponse(profile: SamplingHeapProfile)

Represents response frame that is returned from HeapProfiler#stopSampling operation call.

See also

Constructors

StopSamplingResponse
Link copied to clipboard
fun StopSamplingResponse(profile: SamplingHeapProfile)

Properties

profile
Link copied to clipboard
val profile: SamplingHeapProfile
Recorded sampling heap profile.

Sources

jvm source
Link copied to clipboard